Package com.cisco.pt.ipc.ui.impl
Class ActiveDialogImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.ActiveDialogImpl
- All Implemented Interfaces:
IPCObject,ActiveDialog
Information provided by the PKI file:
\class ActiveDialog
\brief ActiveDialog is the class of dockable active dialogs.
\example appWindow().getActiveDialog()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionActiveDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisable(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
ActiveDialogImpl
public ActiveDialogImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the current active dialog widget from view. \param bVisible, true shows the widget, false hides it.- Specified by:
setVisiblein interfaceActiveDialog- Parameters:
bVisible- Takes in a parameter of bVisible
-
setDisable
public void setDisable(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to the current active dialog widget. \param bDisabled, true disables input events to the widget, false enables it.- Specified by:
setDisablein interfaceActiveDialog- Parameters:
bDisabled- Takes in a parameter of bDisabled
-